home *** CD-ROM | disk | FTP | other *** search
/ Hot Super Models / Hot Super Models.iso / unix / x11 / xgif.txt < prev    next >
Text File  |  1992-08-06  |  817b  |  23 lines

  1. xgif is a program that displays GIF images on an 8-plane X11 display.  The
  2. images can be freely rescaled.
  3.  
  4. A collection of GIF images is available via anonymous ftp to 
  5. "dsl.cis.upenn.edu" [128.91.2.12].
  6.  
  7. John Bradley  -  bradley@cis.upenn.edu
  8.  
  9. Revision History:
  10.  
  11. PATCH 1  -  Somewhat more intellegent color use.  Basically, it only trys
  12. to allocate the colors that the GIF picture actually USES, rather than one 
  13. color for each entry in the GIF colormap.  Ran into a bunch of pictures that
  14. only used 16 colors out of a 256-entry colormap...
  15.  
  16. Also added [-display] option, in keeping with the New Improved Standard
  17. Command Line Options for X11.
  18.  
  19. PATCH 2  -  (2/13/89) Minor problem with dying on unexpected X events.  
  20. Different window managers send different events.  Solution:  simply IGNORE 
  21. unexpected X events.
  22.  
  23.